NoteCollectionAdd Method (String, String) |
Adds a
Note with the specified description and language to the collection.
Namespace:
Independentsoft.Sip.Presence
Assembly:
Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntaxpublic int Add(
string description,
string language
)
Public Function Add (
description As String,
language As String
) As Integer
Parameters
- description
- Type: SystemString
The description of the Note to add. - language
- Type: SystemString
The language of the Note to add.
Return Value
Type:
Int32The index of the added
Note.
See Also